home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Window Set -…Games & Quality Programs / The Ultimate Window Set - 250 Games & Quality Programs.iso / win / pro140 / setup.scr < prev    next >
Text File  |  1993-08-24  |  2KB  |  57 lines

  1. ;
  2. ;Graphic Workshop for Windows install script
  3. ;arguments:  %1 = destination path
  4. ;            %2 = windows directory
  5. ;
  6. copy gws.ex_ %1\gws.exe
  7. onerror say Error copying GWS.EXE
  8. ;
  9. copy gws.hl_ %1\gws.hlp
  10. onerror say Error copying GWS.HLP
  11. copy example1.im_ %1\example1.img
  12. onerror say Error copying EXAMPLE1.IMG
  13. copy example1.th_ %1\example1.thn
  14. onerror say Error copying EXAMPLE1.THN
  15. copy example2.gif %1\example2.gif
  16. onerror say Error copying EXAMPLE2.GIF
  17. copy example2.th_ %1\example2.thn
  18. onerror say Error copying EXAMPLE2.THN
  19. copy example3.gif %1\example3.gif
  20. onerror say Error copying EXAMPLE3.GIF
  21. copy example3.th_ %1\example3.thn
  22. onerror say Error copying EXAMPLE3.THN
  23. copy readme.txt %1\readme.txt
  24. onerror say Error copying README.TXT
  25. copy order.fr_ %1\order.frm
  26. onerror say Error copying ORDER.FRM
  27. copy bwcc.dll %1\bwcc.dll
  28. onerror say Error copying BWCC.DLL to %1. Graphic Workshop may not run without this file.
  29. copy pcdlib.dl_ %1\pcdlib.dll
  30. onerror say Error copying PCDLIB.DLL to %1. Graphic Workshop may not run without this file.
  31. ;
  32. ; Use only if there's a README.TXT file
  33. ;
  34. copy readme.txt %1\readme.txt
  35. onerror say Error copying README.TXT
  36. ;
  37. ;registered versions only
  38. ;
  39. ;copy camera.ex_ %1\camera.exe
  40. ;onerror say Error copying CAMERA.EXE
  41. ;copy pconfig.ex_ %1\pconfig.exe
  42. ;onerror say Error copying PCONFIG.EXE
  43. ;copy camera.wr_ %1\camera.wri
  44. ;onerror say Error copying CAMERA.WRI
  45. ;copy pconfig.wr_ %1\pconfig.wri
  46. ;onerror say Error copying PCONFIG.WRI
  47. ;
  48. ;documentation
  49. ;
  50. copy gws.wr_ %1\gws.wri
  51. onerror say Error copying GWS.WRI
  52. copy order.wr_ %1\order.wri
  53. onerror say Error copying ORDER.WRI
  54. ;
  55. ; Now go make the group
  56. ;
  57.